home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 6482 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.2 KB

  1. Path: maths.tcd.ie!not-for-mail
  2. From: dwmalone@maths.tcd.ie (David Malone)
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: ixemul 42 problem.
  5. Date: 29 Mar 1996 00:32:59 -0000
  6. Organization: Dept. of Maths, Trinity College, Dublin, Ireland.
  7. Message-ID: <4jfb3r$kcg@gosset.maths.tcd.ie>
  8. NNTP-Posting-Host: gosset.maths.tcd.ie
  9.  
  10.  
  11. I'm having serious trouble with the '040 fpu version of the
  12. V42 ixemul library. gccv runs fine with the old version of the
  13. library I have ( 41.2 ? ), but blows up almost every time with
  14. the new version. The problem showed up with both 2.7.0 and 2.6.3
  15. versions of gcc.
  16.  
  17. After some messing I discovered that it works OK, as long as
  18. nothing complicated is going on. If boot with no startup sequence
  19. and then run the following script :
  20.  
  21. setpatch
  22. makedir ram:t ram:env
  23. assign t: ram:t
  24. assign env: ram:env
  25. setenv GCCSTACK 350000
  26. execute work2:gnu/s/user-startup
  27. cd ram:
  28. copy temp:hello.c ram:
  29. gccv hello.c
  30. echo Did 1st compile
  31. run work:tools/snoopdos
  32. wait 2
  33. gccv hello.c
  34. echo Did 2nd compile
  35.  
  36. It gets to the first compile, but explodes half way through the
  37. second. I dunno if its just me, but every time there is a new
  38. ixemul library version, it seems less stable than the last.
  39.  
  40.     David.
  41.